Q3OrthographicCamera_SetBottom
You can use theQ3OrthographicCamera_SetBottom
function to set the bottom side of an orthographic camera.
TQ3Status Q3OrthographicCamera_SetBottom ( TQ3CameraObject camera, float bottom);
camera
- An orthographic camera object.
bottom
- The desired bottom side of the specified orthographic camera.
DESCRIPTION
TheQ3OrthographicCamera_SetBottom
function sets the bottom side of the orthographic camera specified by thecamera
parameter to the value specified by thebottom
parameter.